Versions:

  • 0.0.26
  • 0.0.25
  • 0.0.24
  • 0.0.23
  • 0.0.22
  • 0.0.21
  • 0.0.20
  • 0.0.19
  • 0.0.18
  • 0.0.17
  • 0.0.16
  • 0.0.15
  • 0.0.14
  • 0.0.13
  • 0.0.12
  • 0.0.11
  • 0.0.10
  • 0.0.9
  • 0.0.8
  • 0.0.7
  • 0.0.6
  • 0.0.5
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1-alpha.9
  • 0.0.1-alpha.8
  • 0.0.1-alpha.7
  • 0.0.1-alpha.6
  • 0.0.1-alpha.35
  • 0.0.1-alpha.34
  • 0.0.1-alpha.33
  • 0.0.1-alpha.32
  • 0.0.1-alpha.31
  • 0.0.1-alpha.30
  • 0.0.1-alpha.29
  • 0.0.1-alpha.28
  • 0.0.1-alpha.27
  • 0.0.1-alpha.26
  • 0.0.1-alpha.25
  • 0.0.1-alpha.24
  • 0.0.1-alpha.23
  • 0.0.1-alpha.22
  • 0.0.1-alpha.21
  • 0.0.1-alpha.20
  • 0.0.1-alpha.2
  • 0.0.1-alpha.19
  • 0.0.1-alpha.18
  • 0.0.1-alpha.17
  • 0.0.1-alpha.16
  • 0.0.1-alpha.15
  • 0.0.1-alpha.14
  • 0.0.1-alpha.13
  • 0.0.1-alpha.12
  • 0.0.1-alpha.10

ty is a command-line Python type checker and language server developed by Astral Software Inc., currently at version 0.0.26 after 55 incremental releases. Written entirely in Rust, the tool is engineered for maximum speed, parsing and analyzing large Python codebases in milliseconds while offering full Language Server Protocol (LSP) capabilities. Developers invoke it directly in the terminal to obtain near-instant feedback on type violations, import resolution errors, and stylistic issues; editors such as VS Code, Neovim, and Emacs connect to its LSP endpoint for hover information, jump-to-definition, auto-imports, and real-time diagnostics. Because ty respects pyproject.toml, setup.cfg, and per-file `# type: ignore` directives, it slots into existing CI pipelines and pre-commit hooks without configuration churn, making it suitable for enterprise monorepos, open-source libraries, and rapid-prototype notebooks alike. The software is classified under Developer Tools / Programming Languages and is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: